AddToSetProp

Category: Objects

Syntax:
AddToSetProp object.property set

Adds elements to an object's set property. This is basically a shortcut for the following code:

@l $value = $prop(object.property) @p object.property = $AddToSet($value set)
Example:
AddToSetProp $form.BorderIcons [biMinimize,biMaximize]

Next in "Objects": Chain
Previous in "Objects": @P
Next by name: AliasExists
Previous by name: AddToSet
Up to all commands by name or commands and functions by category